PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setPhoneme Method
A string that may be used as pronunciation hint.
In This Topic
    setPhoneme Method
    In This Topic
    Sets the phoneme of the structure element.
    It is an exact replacement for content enclosed by the structure element and its children. The value for this property is to be interpreted based on the property in effect.
    Syntax
    public void setPhoneme( 
       java.lang.String value
    )

    Parameters

    value
    A string that may be used as pronunciation hint.
    See Also